IDictionary.Keys Property

Task Parallel System.Threading

Gets an ICollection containing the keys of the IDictionary<(Of <(TKey, TValue>)>).

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Private ReadOnly Property Keys As ICollection
	Implements IDictionary.Keys
C#
ICollection IDictionary.Keys { get; }

Field Value

An ICollection containing the keys of the IDictionary<(Of <(TKey, TValue>)>).

Implements

IDictionary..::.Keys

See Also